Package-level declarations

Handling YAML comments.

Types

Link copied to clipboard

Used by the Composer and Emitter to collect comment events so that they can be used at a later point in the process.

Link copied to clipboard
class CommentLine(val startMark: Mark?, val endMark: Mark?, val value: String, val commentType: CommentType)

A comment line. Maybe a block comment, blank line, or inline comment.

Link copied to clipboard

The type of comment line.